module Base
{
	model rocksalt
		{
			mesh = Worlditems/rocksalt,
			texture = Worlditems/rocksalt,
			scale = 0.1,
		}
	model sapling
		{
			mesh = Worlditems/sapling,
			texture = Worlditems/sapling,
			scale = 0.7,
		}
	model saplingbox
		{
			mesh = Worlditems/saplingbox,
			texture = Worlditems/saplingbox,
			scale = 0.6,
		}
	model kastrulya
		{
			mesh = Worlditems/kastrulya,
			texture = Worlditems/kastrulya,
			scale = 0.2,
		}
	model bochkapiva
		{
			mesh = Worlditems/bochkapiva,
			texture = Worlditems/saplingbox,
			scale = 0.2,
		}
	model beerpowder
		{
			mesh = Worlditems/beerpowder,
			texture = Worlditems/beerpowder,
		}
	model bigbochka
		{
			mesh = Worlditems/bigbochka,
			texture = Worlditems/saplingbox,
			scale = 0.25,
		}	
	model germinatingmalt
		{
			mesh = Worlditems/germinatingmalt,
			texture = Worlditems/BakingTray_Whater,
			scale = 0.9,
		}
	model sproutedmalt
		{
			mesh = Worlditems/sproutedmalt,
			texture = Worlditems/BakingTray_seed_Green,
			scale = 0.9,
		}
	model maturingvinegarjar
		{
			mesh = Worlditems/maturingvinegarjar,
			texture = Worlditems/Jar_texture2,
			scale = 0.7,
		}
	model vinegarjar
		{
			mesh = Worlditems/vinegarjar,
			texture = Worlditems/Jar_texture2,
			scale = 0.7,
		}
	model driedmalt
		{
			mesh = Worlditems/driedmalt,
			texture = Worlditems/BakingTray_seed,
			scale = 0.9,
		}
	model maturingyeastjar
		{
			mesh = Worlditems/maturingyeastjar,
			texture = Worlditems/Jar_texture3,
			scale = 0.7,
		}
	model yeastjar
		{
			mesh = Worlditems/yeastjar,
			texture = Worlditems/Jar_texture3,
			scale = 0.7,
		}
}